From: Timo Röhling Date: Mon, 1 Sep 2025 14:45:22 +0000 (+0200) Subject: Force CMake policy version to supported minimum X-Git-Tag: archive/raspbian/1.9.25+dfsg3-3+rpi1^2~29 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=d01520e18250db3dc8006a2fb16598cea70d03e6;p=filament.git Force CMake policy version to supported minimum Closes: #1112913 --- diff --git a/debian/rules b/debian/rules index ef1b8f7..2d210c1 100755 --- a/debian/rules +++ b/debian/rules @@ -37,6 +37,7 @@ override_dh_auto_configure: dh_auto_configure -- \ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ \ $(CMAKE_CROSS_COMPILING_OPTIONS) \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ -DIMPORT_EXECUTABLES_DIR=debian \ -DFILAMENT_SKIP_SAMPLES=ON \ -DFILAMENT_ENABLE_JAVA=OFF \